home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _demos / demos / _mobius / !MOBIUS / GENBOOT / !RUN2 < prev    next >
Text File  |  1989-01-06  |  712b  |  26 lines

  1. | This file goes between !RunImage and !RunImage2 in terms of execution. It is
  2. | run after the desktop has been quit.
  3. |
  4. | Do *NOT* change the following line
  5. Echo <22><0>
  6. |
  7. | The following lines can be amended to set the required size or free space
  8. | as required. Do *Help MemAlloc for more information on the available
  9. | commands and their parameters. If you do not want a particular part of
  10. | memory changed, prefix the line with "|" rather than deleting the line.
  11. |
  12. ScreenSize 80
  13. SystemSize 0
  14. RMASize 0
  15. FontSize 0
  16. SpriteSize 0
  17. RAMFSSize 0
  18. |
  19. | The 12 in the next line can be changed to enter the screen mode of your own
  20. | choice.
  21. |
  22. Echo <22><12>
  23. |
  24. | Do *NOT* change the following line
  25. Run <Obey$Dir>.!RunImage2
  26.